GetNextCallBack
TheGetNextCallBack
function returns the next callback event associated with a specified time base. Your component can use this function, along with theGetFirstCallBack
function (described in the previous section), to scan all callback events associated with a time base.
pascal QTCallBack GetNextCallBack (QTCallBack cb);
cb
- Specifies the starting callback event for the operation. Your clock component obtains this value from the
GetFirstCallBack
function or from previous calls to theGetNextCallBack
function.DESCRIPTION
TheGetNextCallBack
function returns the next callback event in the list managed for the specified time base. If there are no more callback events associated with the time base, the returned QuickTime callback header structure is set tonil
. Your component cannot assume that the Movie Toolbox maintains the callback list in any particular order.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help